home *** CD-ROM | disk | FTP | other *** search
- /* PPInfo.dopus5
- This small Arexx script is part of Magnum Opus V2 © 1996-97 Richard Lane.
- */
-
- address DOPUS.1
- options results
-
- /* you need to unpack the file first to the temporary file T:tempfile.
- using XFDdecrunch */
-
- dopus getfiletype 'T:tempfile'
- say result
-
- /* I then make clever use of the AmigaDOS command RequestChoice to
- display the unpacked filetype in a requester
- */
-